home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / orgpims_ / haca039.zip / _SETUP.1 / HaCa.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Text File  |  1996-12-27  |  15KB  |  552 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 256
  3.   Top = 355
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = ' Properties'
  7.   ClientHeight = 359
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 324
  21.     Width = 427
  22.     Height = 35
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object btnOK: TButton
  27.       Left = 6
  28.       Top = 6
  29.       Width = 75
  30.       Height = 25
  31.       Caption = '&OK'
  32.       Default = True
  33.       TabOrder = 0
  34.       OnClick = btnOKClick
  35.     end
  36.     object btnCancel: TButton
  37.       Left = 90
  38.       Top = 6
  39.       Width = 75
  40.       Height = 25
  41.       Caption = '&Cancel'
  42.       TabOrder = 1
  43.       OnClick = btnCancelClick
  44.     end
  45.   end
  46.   object Panel2: TPanel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 427
  50.     Height = 8
  51.     Align = alTop
  52.     BevelOuter = bvNone
  53.     TabOrder = 1
  54.   end
  55.   object Panel3: TPanel
  56.     Left = 0
  57.     Top = 8
  58.     Width = 5
  59.     Height = 316
  60.     Align = alLeft
  61.     BevelOuter = bvNone
  62.     TabOrder = 2
  63.   end
  64.   object Panel4: TPanel
  65.     Left = 422
  66.     Top = 8
  67.     Width = 5
  68.     Height = 316
  69.     Align = alRight
  70.     BevelOuter = bvNone
  71.     TabOrder = 3
  72.   end
  73.   object PageControl1: TPageControl
  74.     Left = 5
  75.     Top = 8
  76.     Width = 417
  77.     Height = 316
  78.     ActivePage = tabHolidays
  79.     Align = alClient
  80.     TabOrder = 4
  81.     object tabHolidays: TTabSheet
  82.       Caption = '&Holidays'
  83.       object labCalHolidays: TLabel
  84.         Left = 207
  85.         Top = 15
  86.         Width = 192
  87.         Height = 13
  88.         Alignment = taCenter
  89.         AutoSize = False
  90.       end
  91.       object btnAddCalHolidays: TSpeedButton
  92.         Left = 175
  93.         Top = 80
  94.         Width = 25
  95.         Height = 25
  96.         Hint = 'Add specific date to the holidays list.'
  97.         Glyph.Data = {
  98.           78010000424D7801000000000000760000002800000020000000100000000100
  99.           04000000000000000000120B0000120B00000000000000000000000000000000
  100.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  101.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  102.           3333333333333333333333333333333333333333333333333333333333333333
  103.           3333333333333FF3333333333333003333333333333F77F33333333333009033
  104.           333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  105.           00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  106.           000033773FF33777777733330099903333333333773FF7F33333333333009033
  107.           33333333337737F3333333333333003333333333333377333333333333333333
  108.           3333333333333333333333333333333333333333333333333333333333333333
  109.           33333333333333333333333333333333333333333333333333330000}
  110.         NumGlyphs = 2
  111.         OnClick = btnAddCalHolidaysClick
  112.       end
  113.       object Bevel1: TBevel
  114.         Left = 170
  115.         Top = 180
  116.         Width = 240
  117.         Height = 9
  118.         Shape = bsBottomLine
  119.       end
  120.       object btnAddWeekDayHolidays: TSpeedButton
  121.         Left = 175
  122.         Top = 200
  123.         Width = 25
  124.         Height = 25
  125.         Hint = 'Add a week day to the holiday list.'
  126.         Glyph.Data = {
  127.           78010000424D7801000000000000760000002800000020000000100000000100
  128.           04000000000000000000120B0000120B00000000000000000000000000000000
  129.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  130.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  131.           3333333333333333333333333333333333333333333333333333333333333333
  132.           3333333333333FF3333333333333003333333333333F77F33333333333009033
  133.           333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  134.           00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  135.           000033773FF33777777733330099903333333333773FF7F33333333333009033
  136.           33333333337737F3333333333333003333333333333377333333333333333333
  137.           3333333333333333333333333333333333333333333333333333333333333333
  138.           33333333333333333333333333333333333333333333333333330000}
  139.         NumGlyphs = 2
  140.         OnClick = btnAddWeekDayHolidaysClick
  141.       end
  142.       object Bevel2: TBevel
  143.         Left = 170
  144.         Top = 230
  145.         Width = 240
  146.         Height = 9
  147.         Shape = bsBottomLine
  148.       end
  149.       object btnDelHolidays: TSpeedButton
  150.         Left = 175
  151.         Top = 250
  152.         Width = 25
  153.         Height = 25
  154.         Hint = 'Remove selected item from the holidays list.'
  155.         Glyph.Data = {
  156.           78010000424D7801000000000000760000002800000020000000100000000100
  157.           04000000000000000000120B0000120B00000000000000000000000000000000
  158.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  159.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  160.           3333333333333333333333333333333333333333333333333333333333333333
  161.           3333333333333333333333333333333333333333333FF3333333333333003333
  162.           3333333333773FF3333333333309003333333333337F773FF333333333099900
  163.           33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  164.           99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  165.           33333333337F3F77333333333309003333333333337F77333333333333003333
  166.           3333333333773333333333333333333333333333333333333333333333333333
  167.           33333333333333333333333333333333333333333333333333330000}
  168.         NumGlyphs = 2
  169.         OnClick = btnDelHolidaysClick
  170.       end
  171.       object calHolidays: TCalendar
  172.         Left = 206
  173.         Top = 30
  174.         Width = 192
  175.         Height = 108
  176.         StartOfWeek = 0
  177.         TabOrder = 0
  178.       end
  179.       object updCalHolidays: TUpDown
  180.         Left = 206
  181.         Top = 140
  182.         Width = 192
  183.         Height = 16
  184.         Min = 0
  185.         Orientation = udHorizontal
  186.         Position = 0
  187.         TabOrder = 1
  188.         Wrap = False
  189.         OnClick = updCalHolidaysClick
  190.       end
  191.       object chkRecursiveHolidays: TCheckBox
  192.         Left = 208
  193.         Top = 163
  194.         Width = 79
  195.         Height = 17
  196.         Hint = 
  197.           'Use this check if you want add a recursive'#13'holiday to the list, ' +
  198.           'like Christmas.'
  199.         Caption = 'Recursive'
  200.         State = cbChecked
  201.         TabOrder = 2
  202.       end
  203.       object cmbWeekDayHolidays: TComboBox
  204.         Left = 214
  205.         Top = 202
  206.         Width = 145
  207.         Height = 21
  208.         Style = csDropDownList
  209.         ItemHeight = 13
  210.         TabOrder = 3
  211.       end
  212.       object lsvHolidays: TListView
  213.         Left = 6
  214.         Top = 6
  215.         Width = 161
  216.         Height = 276
  217.         Columns = <
  218.           item
  219.             Caption = 'Holidays'
  220.             Width = 6
  221.             WidthType = (
  222.               -1)
  223.           end>
  224.         ReadOnly = False
  225.         ShowColumnHeaders = False
  226.         TabOrder = 4
  227.         ViewStyle = vsReport
  228.       end
  229.     end
  230.     object tabColors: TTabSheet
  231.       Caption = '&Colors'
  232.       object btnChangeColor: TButton
  233.         Left = 265
  234.         Top = 20
  235.         Width = 90
  236.         Height = 25
  237.         Caption = '&Change Color'
  238.         TabOrder = 0
  239.         OnClick = btnChangeColorClick
  240.       end
  241.       object lsvColor: TListView
  242.         Left = 6
  243.         Top = 6
  244.         Width = 125
  245.         Height = 272
  246.         OnDblClick = lsvColorDblClick
  247.         Columns = <
  248.           item
  249.             Caption = 'Option'
  250.             Width = 0
  251.             WidthType = (
  252.               -1)
  253.           end>
  254.         ReadOnly = True
  255.         OnChange = lsvColorChange
  256.         ShowColumnHeaders = False
  257.         TabOrder = 1
  258.         ViewStyle = vsReport
  259.       end
  260.       object Panel5: TPanel
  261.         Left = 182
  262.         Top = 20
  263.         Width = 50
  264.         Height = 50
  265.         BevelOuter = bvLowered
  266.         TabOrder = 2
  267.         object imgColor: TImage
  268.           Left = 1
  269.           Top = 1
  270.           Width = 48
  271.           Height = 48
  272.           Align = alClient
  273.         end
  274.       end
  275.       object btnDefaultColor: TButton
  276.         Left = 265
  277.         Top = 45
  278.         Width = 90
  279.         Height = 25
  280.         Caption = '&Restore Default'
  281.         TabOrder = 3
  282.         OnClick = btnDefaultColorClick
  283.       end
  284.       object GroupBox1: TGroupBox
  285.         Left = 156
  286.         Top = 86
  287.         Width = 227
  288.         Height = 185
  289.         Caption = ' Explanation '
  290.         TabOrder = 4
  291.         object lblSpiegaColore: TLabel
  292.           Left = 15
  293.           Top = 18
  294.           Width = 198
  295.           Height = 152
  296.           AutoSize = False
  297.         end
  298.       end
  299.     end
  300.     object tabViewOptions: TTabSheet
  301.       Caption = '&Layout '
  302.       object GroupBox2: TGroupBox
  303.         Left = 6
  304.         Top = 6
  305.         Width = 140
  306.         Height = 167
  307.         Caption = ' Month View '
  308.         TabOrder = 0
  309.         object Label1: TLabel
  310.           Left = 12
  311.           Top = 45
  312.           Width = 83
  313.           Height = 13
  314.           Caption = 'Time Bar Range :'
  315.         end
  316.         object chkShowBar: TCheckBox
  317.           Left = 12
  318.           Top = 20
  319.           Width = 108
  320.           Height = 17
  321.           Caption = 'Show Time Bar'
  322.           TabOrder = 0
  323.         end
  324.         object edtBarRangeFrom: TEdit
  325.           Left = 40
  326.           Top = 64
  327.           Width = 25
  328.           Height = 21
  329.           TabOrder = 1
  330.           Text = '8'
  331.         end
  332.         object updBarRangeFrom: TUpDown
  333.           Left = 65
  334.           Top = 64
  335.           Width = 15
  336.           Height = 21
  337.           Associate = edtBarRangeFrom
  338.           Min = 0
  339.           Max = 23
  340.           Position = 8
  341.           TabOrder = 2
  342.           Wrap = False
  343.         end
  344.         object edtBarRangeTo: TEdit
  345.           Left = 83
  346.           Top = 65
  347.           Width = 25
  348.           Height = 21
  349.           TabOrder = 3
  350.           Text = '19'
  351.         end
  352.         object updBarRangeTo: TUpDown
  353.           Left = 108
  354.           Top = 65
  355.           Width = 15
  356.           Height = 21
  357.           Associate = edtBarRangeTo
  358.           Min = 0
  359.           Max = 23
  360.           Position = 19
  361.           TabOrder = 4
  362.           Wrap = False
  363.         end
  364.         object chkShowMoon: TCheckBox
  365.           Left = 12
  366.           Top = 100
  367.           Width = 122
  368.           Height = 17
  369.           Caption = 'Show Moon Phases'
  370.           TabOrder = 5
  371.         end
  372.         object chkShowDailyMemo: TCheckBox
  373.           Left = 12
  374.           Top = 120
  375.           Width = 115
  376.           Height = 17
  377.           Caption = 'Show Daily Memo'
  378.           TabOrder = 6
  379.         end
  380.         object chkShowIcon: TCheckBox
  381.           Left = 12
  382.           Top = 140
  383.           Width = 97
  384.           Height = 17
  385.           Caption = 'Show Icon'
  386.           TabOrder = 7
  387.         end
  388.       end
  389.       object GroupBox4: TGroupBox
  390.         Left = 6
  391.         Top = 180
  392.         Width = 140
  393.         Height = 99
  394.         Caption = ' Wall Calendar '
  395.         TabOrder = 1
  396.         object chkAutoHide: TCheckBox
  397.           Left = 12
  398.           Top = 20
  399.           Width = 82
  400.           Height = 17
  401.           Caption = 'Auto Hide'
  402.           TabOrder = 0
  403.           OnClick = chkAutoHideClick
  404.         end
  405.         object edtHideSec: TMaskEdit
  406.           Left = 100
  407.           Top = 17
  408.           Width = 26
  409.           Height = 21
  410.           EditMask = '90;0; '
  411.           MaxLength = 2
  412.           TabOrder = 1
  413.         end
  414.       end
  415.     end
  416.     object tabAlarm: TTabSheet
  417.       Caption = '&Sound'
  418.       object GroupBox3: TGroupBox
  419.         Left = 6
  420.         Top = 6
  421.         Width = 246
  422.         Height = 181
  423.         Caption = ' Alarm '
  424.         TabOrder = 0
  425.         object btnGetSoundFile: TSpeedButton
  426.           Left = 207
  427.           Top = 100
  428.           Width = 22
  429.           Height = 22
  430.           Enabled = False
  431.           Glyph.Data = {
  432.             78010000424D7801000000000000760000002800000020000000100000000100
  433.             04000000000000000000120B0000120B00000000000000000000000000000000
  434.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  435.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  436.             3333333333333333333333333333333333333333333333333333333333333333
  437.             3333333333333FF3333333333333003333333333333F77F33333333333009033
  438.             333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  439.             00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  440.             000033773FF33777777733330099903333333333773FF7F33333333333009033
  441.             33333333337737F3333333333333003333333333333377333333333333333333
  442.             3333333333333333333333333333333333333333333333333333333333333333
  443.             33333333333333333333333333333333333333333333333333330000}
  444.           NumGlyphs = 2
  445.           OnClick = btnGetSoundFileClick
  446.         end
  447.         object radUseSpeaker: TRadioButton
  448.           Tag = 2
  449.           Left = 12
  450.           Top = 40
  451.           Width = 113
  452.           Height = 17
  453.           Caption = 'Use Speaker Beep'
  454.           TabOrder = 0
  455.           OnClick = radUseWaveSoundClick
  456.         end
  457.         object radUseStandardSound: TRadioButton
  458.           Tag = 3
  459.           Left = 12
  460.           Top = 60
  461.           Width = 126
  462.           Height = 17
  463.           Caption = 'Use Standard Sound'
  464.           Checked = True
  465.           TabOrder = 1
  466.           TabStop = True
  467.           OnClick = radUseWaveSoundClick
  468.         end
  469.         object radUseWaveSound: TRadioButton
  470.           Tag = 4
  471.           Left = 12
  472.           Top = 80
  473.           Width = 141
  474.           Height = 17
  475.           Caption = 'Use Specific Wave File'
  476.           TabOrder = 2
  477.           OnClick = radUseWaveSoundClick
  478.         end
  479.         object edtSoundFile: TEdit
  480.           Left = 30
  481.           Top = 100
  482.           Width = 175
  483.           Height = 21
  484.           Enabled = False
  485.           TabOrder = 3
  486.         end
  487.         object radNoSound: TRadioButton
  488.           Tag = 1
  489.           Left = 12
  490.           Top = 20
  491.           Width = 82
  492.           Height = 17
  493.           Caption = 'No Sound'
  494.           TabOrder = 4
  495.           OnClick = radUseWaveSoundClick
  496.         end
  497.         object chkPopUpMessage: TCheckBox
  498.           Left = 12
  499.           Top = 130
  500.           Width = 121
  501.           Height = 17
  502.           Caption = 'Pop Up Message'
  503.           TabOrder = 5
  504.         end
  505.         object chkRepeatSound: TCheckBox
  506.           Left = 12
  507.           Top = 150
  508.           Width = 97
  509.           Height = 17
  510.           Caption = 'Repeat Sound'
  511.           TabOrder = 6
  512.           OnClick = chkRepeatSoundClick
  513.         end
  514.         object edtRepeatSound: TEdit
  515.           Left = 117
  516.           Top = 147
  517.           Width = 38
  518.           Height = 21
  519.           Enabled = False
  520.           TabOrder = 7
  521.           Text = '1'
  522.         end
  523.         object updRepeatSound: TUpDown
  524.           Left = 155
  525.           Top = 147
  526.           Width = 15
  527.           Height = 21
  528.           Associate = edtRepeatSound
  529.           Enabled = False
  530.           Min = 1
  531.           Position = 1
  532.           TabOrder = 8
  533.           Wrap = False
  534.         end
  535.       end
  536.     end
  537.   end
  538.   object dlgColor: TColorDialog
  539.     Ctl3D = True
  540.     Options = [cdFullOpen]
  541.     Left = 390
  542.     Top = 65534
  543.   end
  544.   object dlgOpen: TOpenDialog
  545.     DefaultExt = 'wav'
  546.     FileEditStyle = fsEdit
  547.     Filter = 'Sound File|*.wav'
  548.     Title = 'Choose Sound File'
  549.     Left = 358
  550.   end
  551. end
  552.